#container-progressbar{ 
  position: fixed;  
  z-index: 999;
  height: 10px;
  top: 0;  
  margin: 0;
  padding: 0; 
  background: #F47B41;
  opacity: 0.8; 
  border-radius: 5px;  
  visibility: hidden;
}

#progressbar{
  width: 0%;
  background: #3094DA;  
  height: 100%;
  border-radius: 5px;
}